From: kaf24@firebug.cl.cam.ac.uk Date: Fri, 23 Sep 2005 16:47:48 +0000 (+0100) Subject: Fix debug build of Xen. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16770^2~1^2~4^2~4 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=12fb0d07085f884c2e6331a7675391d5f191bded;p=xen.git Fix debug build of Xen. --- diff --git a/xen/arch/x86/vmx_vmcs.c b/xen/arch/x86/vmx_vmcs.c index 62f4647d13..4e26652639 100644 --- a/xen/arch/x86/vmx_vmcs.c +++ b/xen/arch/x86/vmx_vmcs.c @@ -144,10 +144,6 @@ static void vmx_setup_platform(struct vcpu *v, struct cpu_user_regs *regs) e820_map_nr = *(p + E820_MAP_NR_OFFSET); e820entry = (struct e820entry *)(p + E820_MAP_OFFSET); -#ifndef NDEBUG - print_e820_memory_map(e820entry, n); -#endif - for ( i = 0; i < e820_map_nr; i++ ) { if (e820entry[i].type == E820_SHARED_PAGE)